home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: Manuel Hernandez <ManuelHe@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: cin for strings and integers
- Date: 11 Feb 1996 21:32:08 GMT
- Organization: Netcom
- Message-ID: <4fln8o$m2p@ixnews4.ix.netcom.com>
- NNTP-Posting-Host: irv-ca10-11.ix.netcom.com
- X-NETCOM-Date: Sun Feb 11 1:32:08 PM PST 1996
-
- I am having trouble inputing strings using cin.getline()
- after I input an integer using cin >> integer. I know this
- has to do with cin retaining the end of line character, does
- cin >> integer attatch an end of line character to my input?
-